The result of a concatenation operation is null when either operand is null 當(dāng)串聯(lián)運算的兩個操作數(shù)中任意一個為null時,結(jié)果也為null 。
Both carry out the basic concatenation operation , as the following example shows . visual basic 這兩種串聯(lián)運算符都執(zhí)行基本的串聯(lián)運算,如下面的示例所示。
Is on enabled , which returns a null if any operand in a concatenation operation is null 設(shè)置處于打開狀態(tài)(啟用) ,則當(dāng)串聯(lián)操作中的任何操作數(shù)為空時將返回null 。
When on is specified , the result of a concatenation operation is null when either operand is null 當(dāng)指定為on時,如果串聯(lián)操作的兩個操作數(shù)中任意一個為null ,則結(jié)果也為null 。
Is off disabled , which returns an empty string if any operand in a concatenation operation is null 設(shè)置處于關(guān)閉狀態(tài)(禁用) ,則當(dāng)串聯(lián)操作中的任何操作數(shù)為null時將返回空字符串。